@charset "UTF-8";
.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 8px #ccc; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* 图片 */
/* css3动画 */
/* css3动画 - hover */
/* 以下是动画 */
body {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: #fff;
  min-width: 1200px; }

a {
  color: #333; }
  a:hover {
    color: #3d527f; }

input, textarea {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  color: #333; }

.inblock {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.main {
  margin-left: auto;
  margin-right: auto;
  width: 1200px; }
  @media (min-width: 1400px) {
    .main {
      width: 1400px; } }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clearafter::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.border-com {
  border: 1px solid #e5e5e5; }

.cartoon {
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }

.fc, a.fc {
  color: #3d527f; }

.sc, a.sc {
  color: #f8b941; }

.fcbtn, input.fcbtn {
  border: none;
  background: #3d527f;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 130px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  border-radius: 5px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .fcbtn:hover, input.fcbtn:hover {
    background: #f8b941; }

.specilcbtn {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 130px;
  background: #3d527f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .specilcbtn:after {
    content: attr(_text);
    position: absolute;
    left: 0;
    top: -100%;
    background: #f8b941;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    opacity: 0; }
  .specilcbtn:hover:after {
    top: 0;
    opacity: 1; }

/* 常用模块 */
.comhead {
  height: 40px;
  background: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 90;
  width: 100%;
  color: #fff;
  line-height: 40px; }
  .comhead .p1 a {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #fff; }
    .comhead .p1 a:hover {
      color: #3d527f; }

.comhead_bg {
  width: 100%;
  height: 40px;
  clear: both; }

.downbox_sys {
  position: relative;
  cursor: pointer; }
  .downbox_sys section {
    width: 140px;
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -80px;
    box-shadow: 1px 1px 8px #ccc;
    text-align: center;
    color: #333;
    line-height: 30px;
    font-size: 12px; }
    .downbox_sys section img {
      display: block;
      width: 100%; }
  .downbox_sys .box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px); }
  .downbox_sys:hover .box {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); }

.comfloat {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 80; }
  .comfloat section {
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    background: #555;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    position: relative; }
    .comfloat section .iconfont {
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 26px;
      display: block;
      cursor: pointer; }
    .comfloat section .phone {
      position: absolute;
      right: 50px;
      top: 0;
      line-height: 50px;
      height: 50px;
      color: #fff;
      white-space: nowrap;
      font-size: 26px;
      background: #3d527f;
      padding: 0 15px; }
    .comfloat section .phone {
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px); }
    .comfloat section:hover .phone {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comfloat section .sys {
      position: absolute;
      right: 50px;
      top: 0;
      white-space: nowrap;
      background: #3d527f;
      padding: 10px;
      width: 120px;
      text-align: center;
      color: #fff;
      font-size: 12px; }
      .comfloat section .sys img {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
    .comfloat section .sys {
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px); }
    .comfloat section:hover .sys {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comfloat section:hover {
      background: #3d527f; }
  .comfloat #floatbtn {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .comfloat .show {
    visibility: visible !important;
    opacity: 1 !important; }

.comtop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 70;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 1px 1px 8px #ccc; }
  .comtop .logo {
    float: left;
    position: relative;
    top: 15px; }
  .comtop .topsearch {
    top: 25px;
    z-index: 10; }

.comtop_bg {
  width: 100%;
  height: 90px;
  clear: both; }

.topsearch {
  position: relative;
  width: 40px;
  height: 40px; }
  .topsearch section {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    background: #fff;
    width: 40px;
    border: 1px solid #fff; }
    .topsearch section .iconfont {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 40px;
      width: 40px;
      text-align: center;
      font-size: 24px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .topsearch section .sub {
      width: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
    .topsearch section .text {
      position: absolute;
      right: 40px;
      top: 0;
      height: 40px;
      width: 150px; }
  .topsearch:hover section {
    width: 200px;
    border: 1px solid #ccc; }
  .topsearch:hover .iconfont {
    color: #3d527f; }

.comnav {
  display: block; }
  .comnav li {
    float: left; }
    .comnav li .tit {
      font-size: 18px;
      line-height: 90px;
      height: 90px;
      display: block;
      padding: 0 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      position: relative; }
      .comnav li .tit:after {
        content: '';
        width: 20px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 65px;
        right: auto;
        bottom: auto;
        border-radius: 3px;
        margin-left: -10px;
        background: #3d527f;
        opacity: 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
    .comnav li .line_bg {
      position: absolute;
      left: 0;
      top: 90px;
      width: 100%;
      height: 60px;
      background: url("../images/initial/darkbg.png") repeat;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0;
      visibility: hidden; }
    .comnav li .line_down {
      position: relative;
      z-index: 5; }
      .comnav li .line_down menu {
        position: absolute;
        left: 50%;
        top: 90px;
        width: 1200px;
        margin-left: -600px;
        text-align: center;
        display: none; }
        .comnav li .line_down menu a {
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #fff;
          margin: 0 15px;
          line-height: 60px;
          font-size: 14px; }
          .comnav li .line_down menu a:hover {
            color: #f8b941; }
    .comnav li .list_down {
      position: relative; }
      .comnav li .list_down .list_down_one {
        position: absolute;
        left: 50%;
        top: 90px;
        width: 140px;
        margin-left: -70px;
        background: url("../images/initial/darkbg.png") repeat;
        padding: 10px 0; }
      .comnav li .list_down .list_down_one {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px); }
      .comnav li .list_down:hover .list_down_one {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
      .comnav li .list_down .list_down_tit {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 45px;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #fff; }
        .comnav li .list_down .list_down_tit:hover {
          color: #3d527f; }
      .comnav li .list_down .list_down_two menu {
        position: absolute;
        left: 140px;
        top: 0;
        min-height: 100%;
        background: url("../images/initial/darkbg.png") repeat;
        width: 140px;
        padding: 10px 0;
        box-sizing: border-box;
        border-left: 1px solid #555; }
        .comnav li .list_down .list_down_two menu a {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #fff;
          line-height: 45px;
          padding: 0 10px 0 20px; }
          .comnav li .list_down .list_down_two menu a:hover {
            color: #3d527f; }
      .comnav li .list_down .list_down_two menu {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        transform: translate(20px, 0px);
        -webkit-transform: translate(20px, 0px); }
      .comnav li .list_down .list_down_two:hover menu {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
      .comnav li .list_down .list_down_two .list_down_tit {
        position: relative; }
        .comnav li .list_down .list_down_two .list_down_tit:after {
          content: '';
          width: 5px;
          height: 100%;
          background: #3d527f;
          position: absolute;
          right: 0;
          top: 0;
          opacity: 0;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s; }
      .comnav li .list_down .list_down_two:hover .list_down_tit:after {
        opacity: 1; }
    .comnav li:hover .tit {
      color: #3d527f; }
      .comnav li:hover .tit:after {
        opacity: 1; }
    .comnav li:hover .line_bg {
      opacity: 1;
      visibility: visible; }
    .comnav li:hover .line_down menu {
      display: block; }
    .comnav li.sel .tit {
      color: #3d527f; }
      .comnav li.sel .tit:after {
        opacity: 1; }
    .comnav li:nth-child(5) .line_down menu {
      margin-left: -750px; }

.pagebox {
  color: #666; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    line-height: 50px;
    height: 50px;
    padding: 0 21px;
    background: #eee;
    border-radius: 5px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #666; }
    .pagebox a:hover, .pagebox a.sel {
      background: #3d527f;
      color: #fff; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px; }
  .pagebox .text {
    height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    width: 50px; }
  .pagebox .btn {
    border: none;
    background: #3d527f;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 70px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    border-radius: 5px;
    margin-right: 5px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .pagebox .btn:hover {
      background: #333; }

.comfoot {
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  position: relative;
  padding-top: 30px; }
  .comfoot .box {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px; }
  .comfoot nav {
    float: right;
    padding-top: 10px; }
    .comfoot nav p {
      float: left;
      width: 80px;
      text-align: center;
      margin-left: 40px; }
    .comfoot nav a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #fff;
      font-size: 16px;
      line-height: 40px; }
      .comfoot nav a:hover {
        color: #818181; }
  .comfoot ul {
    float: right; }
    .comfoot ul li {
      float: left;
      width: 80px;
      text-align: center;
      margin-left: 40px; }
      .comfoot ul li p {
        margin-bottom: 15px;
        white-space: nowrap; }
        .comfoot ul li p a {
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #818181; }
          .comfoot ul li p a:hover {
            color: #fff; }
  .comfoot .line {
    clear: both;
    border-bottom: 1px solid #343434;
    width: 1200px;
    margin: 0 auto; }
  .comfoot .phone {
    float: right;
    width: 670px;
    overflow: hidden;
    position: relative; }
    .comfoot .phone p {
      float: left;
      padding-left: 50px;
      line-height: 35px;
      height: 35px;
      position: relative;
      color: #fff;
      font-size: 30px;
      width: 50%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      box-sizing: border-box; }
      .comfoot .phone p i {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 33px;
        height: 33px;
        background: url("../images/foot01.png") no-repeat center center;
        border: 1px solid #fff;
        border-radius: 50%; }
      .comfoot .phone p:last-child i {
        background-image: url("../images/foot02.png"); }
  .comfoot .bot {
    color: #818181;
    line-height: 60px;
    height: 60px; }
    .comfoot .bot a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #818181; }
      .comfoot .bot a:hover {
        color: #fff; }

.comfoot_sel ul li p {
  margin-bottom: 10px; }
.comfoot_sel .box {
  margin: -10px auto; }
.comfoot_sel .phone {
  margin: -35px 0 0;
  z-index: 5; }

/* 详情页 */
.essaybox {
  color: #666;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px; }
  @media (min-width: 1400px) {
    .essaybox {
      width: 1400px; } }
  .essaybox .tit {
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 26px;
    font-weight: 400; }
  .essaybox .time {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    position: relative; }
    .essaybox .time .p1 {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 10px; }
    .essaybox .time .box {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 55px;
      min-width: 150px;
      position: relative; }
      .essaybox .time .box .sp1 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto; }
    .essaybox .time .bshare-custom {
      position: absolute;
      left: 60px;
      top: 2px;
      right: auto;
      bottom: auto; }

.essaypage {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px; }
  .essaypage p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px; }
    .essaypage p a {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #999; }
      .essaypage p a:hover {
        color: #3d527f; }

.mymap {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #eee;
  margin: 50px 0; }
  .mymap li {
    line-height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .mymap li .a1 {
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #3d527f;
      display: block;
      padding: 0 20px;
      background: #fafafa;
      border: 1px solid #eee;
      line-height: 50px; }
      .mymap li .a1:hover {
        color: #f8b941; }
    .mymap li .a2 {
      float: left;
      font-size: 14px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin: 20px 0 0 20px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #666; }
      .mymap li .a2:hover {
        color: #3d527f; }

.conbanner {
  width: 100%;
  overflow: hidden; }
  .conbanner i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/initial/noimg.png") no-repeat center center;
    background-size: cover;
    height: 600px; }
  .conbanner img {
    display: block;
    width: 100%; }

.conpace {
  color: #999;
  padding: 20px 0; }
  .conpace a {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #999; }
    .conpace a:hover {
      color: #3d527f; }

.conbox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px; }
  @media (min-width: 1400px) {
    .conbox {
      width: 1400px; } }

.leftmenu {
  float: left;
  width: 280px;
  position: relative; }
  .leftmenu .tit {
    height: 109px;
    background: #3d527f;
    color: #fff;
    overflow: hidden;
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    z-index: 5; }
    .leftmenu .tit b {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 15px 0 0 0;
      font-weight: 400;
      font-size: 24px; }
    .leftmenu .tit span {
      font-size: 12px; }
    .leftmenu .tit i {
      display: block;
      width: 30px;
      border-bottom: 2px solid #fff;
      height: 5px; }

.conleftnav {
  box-shadow: 1px 1px 8px #ccc;
  padding-top: 10px;
  width: 100%;
  background: #fff;
  position: relative; }
  .conleftnav li {
    width: 100%;
    border-bottom: 2px solid #fff; }
    .conleftnav li .a1 {
      display: block;
      line-height: 55px;
      height: 55px;
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #999;
      padding: 0 40px 0 20px;
      position: relative; }
      .conleftnav li .a1:hover {
        color: #3d527f; }
      .conleftnav li .a1 i {
        position: absolute;
        right: 20px;
        top: 0;
        color: #3d527f;
        opacity: 0;
        transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px);
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
      .conleftnav li .a1:hover i {
        opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
    .conleftnav li.sel .a1 {
      color: #3d527f; }
      .conleftnav li.sel .a1 i {
        opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }

.conmain {
  float: right;
  width: 880px; }

.righttit {
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #3d527f;
  padding: 10px 0; }
  .righttit b {
    float: left;
    font-size: 22px;
    color: #3d527f; }

.searchsmall {
  width: 240px;
  height: 35px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding: 0 70px 0 10px; }
  .searchsmall .text {
    width: 100%;
    height: 35px; }
  .searchsmall .sub {
    position: absolute;
    right: 0;
    top: -1px;
    border: none;
    background: #3d527f;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    width: 60px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .searchsmall .sub:hover {
      background: #f8b941; }

.classselect {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 7px #ccc; }
  .classselect .sum {
    position: relative;
    padding: 20px 60px 10px 90px;
    line-height: 25px;
    min-height: 35px;
    border-bottom: 1px solid #fff; }
    .classselect .sum .tit {
      position: absolute;
      left: 0;
      top: 20px;
      right: auto;
      bottom: auto;
      font-size: 16px; }
    .classselect .sum .list {
      overflow: hidden;
      height: 35px; }
      .classselect .sum .list menu {
        overflow: hidden; }
      .classselect .sum .list a {
        float: left;
        padding: 0 15px;
        margin: 0 10px 10px 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s; }
        .classselect .sum .list a.sel {
          background: #3d527f;
          color: #fff; }
    .classselect .sum .more {
      position: absolute;
      right: 0;
      top: 20px;
      border: 1px solid #eee;
      padding: 0 20px 0 5px;
      background: url("../images/initial/down01.png") no-repeat 37px center;
      display: none;
      cursor: pointer; }
    .classselect .sum .moresel {
      background-image: url("../images/initial/down02.png"); }

.indexnews {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  position: relative;
  padding: 20px 120px 20px 25px;
  background: url("../images/list01.png") no-repeat left center;
  border-bottom: 1px dashed #e5e5e5; }
  .indexnews span {
    color: #999;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .indexnews:hover {
    color: #3d527f;
    background-image: url("../images/list01-1.png"); }
    .indexnews:hover span {
      color: #3d527f; }

.prolist {
  width: 247px;
  float: left;
  margin: 0 20px 20px 0; }
  .prolist .img {
    display: block;
    width: 245px;
    height: 245px;
    overflow: hidden; }
    .prolist .img i {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/initial/noimg.png") no-repeat center center;
      background-size: cover; }
  .prolist section {
    padding: 10px;
    border: 1px solid #eee;
    line-height: 25px; }
  .prolist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    font-size: 18px;
    height: 25px; }
  .prolist .p1 {
    height: 50px;
    margin-top: 5px;
    overflow: hidden; }
  .prolist .p2 {
    height: 25px;
    color: #999;
    margin-top: 10px;
    font-size: 12px; }
  .prolist:hover .img i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .prolist:hover .a1 {
    color: #3d527f; }

.caselist {
  float: left;
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden;
  display: block;
  margin: 0 30px 30px 0; }
  .caselist img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    display: block;
    transition: all 2s linear 0s;
    -webkit-transition: all 2s linear 0s; }
  .caselist p {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 18px;
    color: #fff; }
  .caselist:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.newslist {
  padding: 30px 170px 30px 0;
  position: relative;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px; }
  .newslist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #000; }
  .newslist .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
    line-height: 40px;
    color: #666;
    margin-top: 20px; }
  .newslist .time {
    position: absolute;
    right: 0;
    top: 65px;
    width: 90px;
    text-align: center;
    line-height: 30px; }
    .newslist .time b {
      display: block;
      font-size: 30px;
      font-weight: 400;
      color: #000; }
    .newslist .time span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-top: 5px;
      border-top: 1px solid #ddd;
      color: #999;
      margin-top: 10px; }
  .newslist .a2 {
    display: block;
    color: #ccc;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    font-size: 30px;
    margin-top: 10px; }
  .newslist .img {
    position: absolute;
    left: 0;
    top: 30px;
    right: auto;
    bottom: auto;
    width: 330px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px; }
    .newslist .img img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      width: 100%; }
  .newslist:hover {
    border-color: #3d527f; }
    .newslist:hover .a1 {
      color: #3d527f; }
    .newslist:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .newslist:hover .a2 {
      margin-left: 20px;
      color: #3d527f; }

.newslist_img {
  padding-left: 380px;
  min-height: 200px; }
  .newslist_img .a1 {
    margin-top: 10px; }

.explist {
  float: left;
  width: 377px;
  overflow: hidden;
  margin: 0 30px 30px 0;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e5e5e5; }
  .explist i {
    display: block;
    height: 270px;
    overflow: hidden;
    margin: 25px; }
    .explist i img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      transition: all 2s linear 0s;
      -webkit-transition: all 2s linear 0s;
      width: 100%; }
  .explist p {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  .explist:hover {
    color: #fff; }
    .explist:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .explist:hover p {
      background: #3d527f; }

.leavebox {
  overflow: hidden;
  padding-left: 100px;
  line-height: 40px;
  position: relative; }
  .leavebox span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    text-align: justify; }
    .leavebox span:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .leavebox .text {
    float: left;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 38px;
    height: 38px; }
  .leavebox .yzm {
    float: left;
    margin-left: 5px; }
    .leavebox .yzm img {
      height: 40px;
      display: block; }
  .leavebox .text {
    width: 300px; }
  .leavebox .text01 {
    width: 150px; }
  .leavebox .sub {
    width: 150px; }

/* 商城头部 */
.car_topbtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 50px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  color: #3d527f; }
  .car_topbtn:hover {
    background: #3d527f;
    border-color: #3d527f;
    color: #fff; }

.search_top {
  margin-right: 300px; }

.search_top_hot {
  font-size: 12px;
  margin-top: 5px; }
  .search_top_hot a {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #999;
    margin-right: 10px; }
    .search_top_hot a:hover {
      color: #3d527f; }

.searchbox {
  position: relative;
  padding: 0 90px 0 50px;
  border: 3px solid #3d527f;
  border-radius: 5px;
  height: 44px;
  width: 300px; }
  .searchbox .iconfont {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 50px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    color: #3d527f; }
  .searchbox .sub {
    position: absolute;
    right: -3px;
    top: -3px;
    border: none;
    background: #3d527f;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 90px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    border-radius: 0 5px 5px 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .searchbox .sub:hover {
      background: #006da7; }
  .searchbox .text {
    width: 100%;
    height: 44px; }

.comshoptop {
  position: relative;
  width: 100%;
  height: 50px;
  background: #3d527f;
  z-index: 60; }

.comshop_nav a {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  float: left;
  padding: 0 20px; }
  .comshop_nav a.sel, .comshop_nav a:hover {
    background: #006da7; }

.comshopmenu {
  width: 250px;
  height: 50px;
  position: relative; }
  .comshopmenu .top {
    display: block;
    width: 100%;
    background: #006da7;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 30px; }
    .comshopmenu .top i {
      font-size: 20px;
      margin-right: 10px; }
  .comshopmenu ul {
    position: absolute;
    left: 0;
    top: 50px;
    right: auto;
    bottom: auto;
    width: 100%;
    background: url("../images/initial/darkbg.png") repeat;
    display: none; }
    .comshopmenu ul li {
      border-bottom: 1px solid #333;
      width: 100%;
      box-sizing: border-box;
      padding: 15px 0 15px 30px; }
      .comshopmenu ul li .titbox .a1 {
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #fff;
        font-size: 16px; }
        .comshopmenu ul li .titbox .a1:hover {
          color: #3d527f; }
      .comshopmenu ul li .titbox menu {
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .comshopmenu ul li .titbox menu a {
          margin-right: 10px;
          transition: all 0.5s linear 0s;
          -webkit-transition: all 0.5s linear 0s;
          color: #ccc; }
          .comshopmenu ul li .titbox menu a:hover {
            color: #fff; }
      .comshopmenu ul li .childbox {
        position: absolute;
        left: 249px;
        top: 0;
        border-left: 1px solid #555;
        width: 800px;
        background: url("../images/initial/darkbg.png") repeat;
        padding: 5px 30px 30px;
        overflow: hidden;
        display: none; }
        .comshopmenu ul li .childbox h3 {
          margin: 30px 0 10px; }
          .comshopmenu ul li .childbox h3 a {
            font-weight: bold;
            transition: all 0.5s linear 0s;
            -webkit-transition: all 0.5s linear 0s;
            color: #fff;
            font-size: 14px; }
            .comshopmenu ul li .childbox h3 a:hover {
              color: #3d527f; }
        .comshopmenu ul li .childbox menu {
          border-bottom: 1px dashed #ccc;
          overflow: hidden;
          padding-bottom: 10px; }
          .comshopmenu ul li .childbox menu a {
            transition: all 0.5s linear 0s;
            -webkit-transition: all 0.5s linear 0s;
            color: #ccc;
            line-height: 30px;
            margin-right: 20px; }
            .comshopmenu ul li .childbox menu a:hover {
              color: #fff; }
      .comshopmenu ul li:hover .childbox {
        display: block; }
  .comshopmenu:hover ul {
    display: block; }

/* js插件 */
.indexcartoon {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexcartoon .box_skitter {
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px; }
    .indexcartoon .box_skitter img {
      width: 1920px;
      min-height: 450px; }
    .indexcartoon .box_skitter .prev_button {
      left: 50%;
      margin-left: -700px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .indexcartoon .box_skitter .next_button {
      right: 50%;
      margin-right: -700px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .indexcartoon .box_skitter:hover .prev_button, .indexcartoon .box_skitter:hover .next_button {
      opacity: 1; }
  .indexcartoon .skitter-clean .info_slide_dots {
    background: none;
    box-shadow: none;
    bottom: 20px; }
    .indexcartoon .skitter-clean .info_slide_dots .image_number {
      background: #fff;
      opacity: 0.6;
      width: 10px;
      height: 10px;
      margin-right: 10px; }
    .indexcartoon .skitter-clean .info_slide_dots .image_number_select {
      opacity: 1; }

.indexad {
  overflow: hidden;
  position: relative;
  width: 500px; }
  .indexad .box_skitter {
    width: 500px;
    height: 300px; }
    .indexad .box_skitter .prev_button {
      left: 50%;
      margin-left: -250px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .indexad .box_skitter .next_button {
      right: 50%;
      margin-right: -250px;
      z-index: 10;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      opacity: 0; }
    .indexad .box_skitter .label_skitter {
      opacity: 1;
      background: url("../images/initial/darkbg.png") repeat; }
      .indexad .box_skitter .label_skitter p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 15px 150px 15px 20px; }
    .indexad .box_skitter:hover .prev_button, .indexad .box_skitter:hover .next_button {
      opacity: 1; }
  .indexad .skitter-clean .info_slide_dots {
    background: none;
    box-shadow: none; }
    .indexad .skitter-clean .info_slide_dots .image_number {
      background: #fff; }
    .indexad .skitter-clean .info_slide_dots .image_number_select {
      background: #3d527f; }

.indexnotice {
  width: 100%;
  background: url("../images/initial/darkbg.png") repeat;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden; }
  .indexnotice .box {
    padding-left: 90px;
    position: relative; }
  .indexnotice .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .indexnotice .indexnotice_list {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    color: #fff; }
    .indexnotice .indexnotice_list:hover {
      color: #f8b941; }

.indexproduct {
  width: 100%;
  height: 600px; }
  .indexproduct .list {
    position: relative;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    width: 400px;
    padding: 0 30px;
    border-radius: 5px; }
    .indexproduct .list .p1 {
      font-size: 40px;
      line-height: 50px;
      color: #999;
      margin: 35px 0 0 0; }
    .indexproduct .list .a1 {
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 70px;
      line-height: 35px;
      font-size: 20px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      font-weight: bold;
      margin: 5px 0 0 0;
      height: 70px; }
    .indexproduct .list .p2 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 75px;
      line-height: 25px;
      height: 75px;
      margin-top: 20px; }
    .indexproduct .list .a2 {
      width: 100%;
      height: 240px;
      display: block;
      margin-top: 20px;
      border-radius: 5px;
      overflow: hidden; }
      .indexproduct .list .a2 img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        display: block;
        width: 100%;
        transition: all 3s linear 0s;
        -webkit-transition: all 3s linear 0s; }
    .indexproduct .list .a3 {
      display: block;
      height: 8px;
      width: 36px;
      border-bottom: 2px solid #bbb;
      position: relative;
      transition: all 1s linear 0s;
      -webkit-transition: all 1s linear 0s;
      margin-top: 35px; }
      .indexproduct .list .a3 i {
        display: block;
        background: url("../images/more01.png") no-repeat right bottom;
        position: absolute;
        right: -2px;
        height: 8px;
        width: 36px;
        top: 2px;
        transition: all 1s linear 0s;
        -webkit-transition: all 1s linear 0s; }
    .indexproduct .list:hover .a1 {
      color: #3d527f; }
    .indexproduct .list:hover .a2 img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .indexproduct .list:hover .a3 {
      width: 100%;
      border-color: #3d527f; }
      .indexproduct .list:hover .a3 i {
        background-image: url("../images/more01-1.png"); }

.checkhtit {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  height: 49px; }
  .checkhtit menu {
    position: relative;
    left: -25px; }
    .checkhtit menu p {
      float: left;
      font-size: 22px;
      padding: 0 25px; }
      .checkhtit menu p a {
        position: absolute;
        right: -20px;
        top: 0;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #999;
        font-size: 16px;
        display: none; }
        .checkhtit menu p a:hover {
          color: #3d527f; }
      .checkhtit menu p span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border-bottom: 4px solid #fff;
        height: 45px;
        position: relative;
        cursor: pointer; }
        .checkhtit menu p span:after {
          content: '';
          position: absolute;
          left: -23px;
          top: 5px;
          height: 20px;
          border-left: 2px solid #eee; }
      .checkhtit menu p.sel span {
        font-weight: bold;
        border-color: #3d527f; }
      .checkhtit menu p.sel a {
        display: block; }

.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 8px #ccc; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* 图片 */
/* css3动画 */
/* css3动画 - hover */
/* 以下是动画 */
.indexbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 910px; }
  .indexbanner menu {
    height: 100%; }
    .indexbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      overflow: hidden; }

.indexbannernum {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 30px; }
  .indexbannernum span {
    font-size: 0px;
    line-height: 0px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    cursor: default;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 10px;
    height: 15px;
    border-radius: 3px;
    background: #fff;
    margin: 0 10px;
    position: relative;
    margin-top: 15px; }
    .indexbannernum span.sel {
      height: 30px;
      transform: translate(0, -15px);
      -webkit-transform: translate(0, -15px); }

.floornum {
  z-index: 20;
  position: fixed;
  left: 50px;
  bottom: 200px;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .floornum p {
    position: relative;
    width: 5px;
    height: 5px;
    margin-bottom: 45px; }
    .floornum p i {
      display: block;
      width: 100%;
      height: 100%;
      background: #8a909b;
      border-radius: 50%;
      position: relative;
      z-index: 5;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .floornum p:before {
      content: '';
      height: 45px;
      position: absolute;
      left: 2px;
      border-right: 1px solid #e5e6ea;
      top: 5px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .floornum p:after {
      content: '';
      width: 20px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #3d527f;
      position: absolute;
      left: -9px;
      top: -5px;
      right: auto;
      bottom: auto;
      opacity: 0;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .floornum p.sel i {
      background: #3d527f; }
    .floornum p.sel:after {
      opacity: 1; }
    .floornum p:last-child {
      display: none; }
    .floornum p:nth-child(2):after {
      background: #f7f7f7; }
    .floornum p:nth-child(3):after {
      background: #3d527f; }
    .floornum p:nth-child(4):after {
      background: #f8f8f8; }
    .floornum p:nth-child(5):after {
      background: #d99c2a; }
    .floornum p:nth-child(5):before {
      display: none; }

.screennum_white p i {
  background: #fff; }
.screennum_white p:before {
  border-color: #fff; }
.screennum_white p:after {
  border-color: #fff; }
.screennum_white p.sel i {
  background: #fff; }

.screennum_on {
  opacity: 0; }

.indexscreen {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .indexscreen article {
    position: relative;
    width: 100%;
    overflow: hidden; }

.indexpart01 {
  background: url("../images/photos/bg01.png") no-repeat;
  background-size: 100% 100%; }
  .indexpart01 .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    max-width: 1088px; }
    .indexpart01 .img img {
      display: block;
      width: 100%; }
    .indexpart01 .img a {
      width: 100px;
      height: 100px;
      position: absolute;
      right: 23%;
      bottom: 17%;
      background: #f8b941;
      border-radius: 50%;
      overflow: hidden;
      z-index: 3;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
      .indexpart01 .img a i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/more02.png") no-repeat center center; }
      .indexpart01 .img a:hover {
        background: #3d527f;
        transform: translate(20px, 0px);
        -webkit-transform: translate(20px, 0px); }
  .indexpart01 .box {
    width: 550px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin: -160px 0 0 -600px; }
    .indexpart01 .box h2 {
      font-size: 30px; }
    .indexpart01 .box section {
      font-size: 16px;
      height: 150px;
      margin: 30px 0 50px;
      overflow: hidden; }
    .indexpart01 .box menu {
      overflow: hidden;
      padding-bottom: 50px; }
      .indexpart01 .box menu a {
        float: left;
        width: 70px;
        height: 70px;
        background: #fff url("../images/index01.png") no-repeat center center;
        border-radius: 50%;
        margin-right: 50px;
        position: relative;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        color: #666; }
        .indexpart01 .box menu a:hover {
          color: #3d527f; }
        .indexpart01 .box menu a p {
          position: absolute;
          left: 0;
          bottom: -30px;
          font-size: 12px;
          text-align: center;
          width: 100%; }
        .indexpart01 .box menu a:hover {
          background-color: #6c84b1;
          background-image: url("../images/index01-1.png"); }
        .indexpart01 .box menu a:nth-child(2) {
          background-image: url("../images/index02.png"); }
          .indexpart01 .box menu a:nth-child(2):hover {
            background-color: #32af5d;
            background-image: url("../images/index02-1.png"); }
        .indexpart01 .box menu a:nth-child(3) {
          background-image: url("../images/index03.png"); }
          .indexpart01 .box menu a:nth-child(3):hover {
            background-color: #31bfbc;
            background-image: url("../images/index03-1.png"); }
        .indexpart01 .box menu a:nth-child(4) {
          background-image: url("../images/index04.png"); }
          .indexpart01 .box menu a:nth-child(4):hover {
            background-color: #f8b941;
            background-image: url("../images/index04-1.png"); }

.indexpart02 {
  background: url("../images/photos/bg02.png") no-repeat;
  background-size: cover; }
  .indexpart02 .screenpart {
    width: auto;
    left: 50%;
    margin: -300px 0 0 -600px;
    top: 50%; }

.indexpart03 {
  background: url("../images/photos/bg03.png") no-repeat;
  background-size: cover; }
  .indexpart03 .screenpart {
    padding: 0 0 0 300px;
    width: 900px;
    top: 50%;
    margin-top: -250px; }
  .indexpart03 .indextit {
    color: #3d527f; }
    .indexpart03 .indextit h2 {
      color: #e6e6e6; }
    .indexpart03 .indextit p {
      background-image: url("../images/tit01.png"); }
    .indexpart03 .indextit .btn {
      background-color: #3d527f; }

.indexpart04 {
  background: url("../images/photos/bg04.png") no-repeat;
  background-size: cover; }
  .indexpart04 .screenpart {
    padding: 0 0 0 220px;
    width: 980px;
    top: 50%;
    margin-top: -300px; }
  .indexpart04 .indextit {
    color: #3d527f; }
    .indexpart04 .indextit h2 {
      color: #e6e6e6; }
    .indexpart04 .indextit p {
      background-image: url("../images/tit02.png");
      color: #fff; }
    .indexpart04 .indextit .btn {
      background-color: #3d527f; }

.screenpart {
  padding: 0 0 0 240px;
  position: relative;
  min-height: 380px;
  margin: 0 auto;
  width: 960px; }

.indextit {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }
  .indextit h2 {
    color: #fff;
    opacity: 0.5;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400; }
  .indextit p {
    margin-top: 40px;
    padding-top: 30px;
    background: url("../images/tit02.png") no-repeat left top;
    font-size: 26px; }
  .indextit .btn {
    display: block;
    width: 66px;
    height: 66px;
    background: #f8b941;
    border-radius: 50%;
    margin-top: 130px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .indextit .btn i {
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/more.png") no-repeat center center;
      position: relative; }
    .indextit .btn:hover i {
      transform: rotate(0.15turn);
      -webkit-transform: rotate(0.15turn); }

.indexlist {
  width: 50%; }
  .indexlist img {
    margin-top: -40px; }
  .indexlist .list {
    margin-left: 30px;
    padding: 15px 25px 15px 0;
    font-size: 16px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    border-bottom: 1px solid #ddd;
    top: 42px;
    position: relative; }
    .indexlist .list a {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      margin-bottom: 10px; }
    .indexlist .list:hover {
      color: #fff;
      background: #3d527f;
      padding-left: 25px;
      border-radius: 5px; }
      .indexlist .list:hover a {
        color: #fff; }

.indexlist01 .list {
  margin: 0 20px 0 0;
  top: -15px; }

.indeximg {
  top: 70px;
  position: relative;
  width: 1180px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0; }
  .indeximg a {
    position: absolute;
    overflow: hidden;
    border-radius: 5px; }
    .indeximg a img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      display: block;
      width: 100%;
      transition: all 3s linear 0s;
      -webkit-transition: all 3s linear 0s; }
    .indeximg a i {
      height: 40%;
      width: 100%;
      z-index: 3;
      background: url("../images/adbg.png") repeat-x;
      background-size: 0 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
    .indeximg a p {
      z-index: 5;
      position: absolute;
      left: 5%;
      width: 90%;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      bottom: 20px; }
    .indeximg a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .indeximg a:nth-child(1) {
      top: 65px;
      left: 0;
      width: 350px; }
    .indeximg a:nth-child(2) {
      top: 0;
      left: 390px;
      width: 520px; }
    .indeximg a:nth-child(3) {
      top: 65px;
      right: 0;
      width: 235px; }
    .indeximg a:nth-child(4) {
      top: 340px;
      left: 390px;
      width: 215px; }
    .indeximg a:nth-child(5) {
      top: 340px;
      right: 0;
      width: 540px; }

.connav {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  line-height: 80px;
  height: 80px;
  overflow: hidden; }
  .connav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 15px;
    font-size: 15px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .connav a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 39px;
      width: 12px;
      height: 0px;
      background: #3d527f;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      border-radius: 3px; }
    .connav a:after {
      content: '';
      position: absolute;
      right: 0;
      top: 39px;
      width: 12px;
      height: 0px;
      background: #3d527f;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      border-radius: 3px; }
    .connav a.sel, .connav a:hover {
      color: #3d527f; }
      .connav a.sel:before, .connav a.sel:after, .connav a:hover:before, .connav a:hover:after {
        height: 3px; }

.storylist .list {
  height: 850px;
  background: url("../images/story01.png") no-repeat center 100px;
  background-size: 100%;
  position: relative;
  width: 100%; }
  .storylist .list section {
    position: absolute;
    width: 100px;
    top: 216px;
    left: 81px; }
    .storylist .list section b {
      display: block;
      text-align: center;
      line-height: 30px;
      font-size: 24px;
      color: #fff; }
    .storylist .list section .box {
      position: absolute;
      top: 87px;
      left: 50%;
      margin-left: -145px;
      width: 270px;
      padding: 110px 10px 0;
      background: url("../images/story03.png") no-repeat center top; }
      .storylist .list section .box .p1 {
        text-align: center; }
        .storylist .list section .box .p1 span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          font-size: 18px;
          border-bottom: 2px solid #b92c2d;
          line-height: 40px;
          color: #b92c2d;
          font-weight: bold; }
      .storylist .list section .box .p2 {
        padding-top: 15px;
        line-height: 25px; }
    .storylist .list section:nth-child(2) {
      top: 309px;
      left: 274px; }
      .storylist .list section:nth-child(2) .box {
        background: url("../images/story02.png") no-repeat center bottom;
        top: auto;
        bottom: 71px;
        padding: 0 10px 130px; }
        .storylist .list section:nth-child(2) .box .p1 span {
          color: #bc553e;
          border-color: #bc553e; }
    .storylist .list section:nth-child(3) {
      top: 384px;
      left: 475px; }
      .storylist .list section:nth-child(3) .box {
        top: 87px; }
        .storylist .list section:nth-child(3) .box .p1 span {
          color: #e3ad79;
          border-color: #e3ad79; }
    .storylist .list section:nth-child(4) {
      top: 411px;
      left: 619px; }
      .storylist .list section:nth-child(4) .box {
        background: url("../images/story02.png") no-repeat center bottom;
        top: auto;
        bottom: 71px;
        padding: 0 10px 130px; }
        .storylist .list section:nth-child(4) .box .p1 span {
          color: #70acbd;
          border-color: #70acbd; }
    .storylist .list section:nth-child(5) {
      top: 434px;
      left: 796px; }
      .storylist .list section:nth-child(5) .box {
        top: 87px; }
        .storylist .list section:nth-child(5) .box .p1 span {
          color: #37a4ce;
          border-color: #37a4ce; }
    .storylist .list section:nth-child(6) {
      top: 469px;
      left: 1022px; }
      .storylist .list section:nth-child(6) .box {
        background: url("../images/story02.png") no-repeat center bottom;
        top: auto;
        bottom: 65px;
        padding: 0 10px 130px;
        margin-left: -163px; }
        .storylist .list section:nth-child(6) .box .p1 span {
          color: #4176ba;
          border-color: #4176ba; }
.storylist .swiper-button-prev {
  width: 70px;
  line-height: 70px;
  height: 70px;
  margin: 0;
  top: 0;
  left: auto;
  right: 100px;
  background: #c6c6c6;
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .storylist .swiper-button-prev:hover {
    background: #3d527f; }
.storylist .swiper-button-next {
  width: 70px;
  line-height: 70px;
  height: 70px;
  margin: 0;
  top: 0;
  left: auto;
  right: 0px;
  background: #c6c6c6;
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }
  .storylist .swiper-button-next:hover {
    background: #3d527f; }

.techsum {
  width: 110%;
  overflow: hidden; }
  .techsum li {
    float: left;
    width: 277px;
    margin-right: 30px; }
    .techsum li .img {
      display: block;
      width: 100%;
      height: 185px;
      overflow: hidden;
      position: relative;
      margin-bottom: 30px;
      color: #fff;
      border-radius: 5px; }
      .techsum li .img img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        display: block;
        width: 100%;
        transition: all 2s linear 0s;
        -webkit-transition: all 2s linear 0s; }
      .techsum li .img p {
        padding-bottom: 40px;
        background: url("../images/tech01.png") no-repeat right bottom;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        right: 15px;
        top: 90px;
        line-height: 30px; }
      .techsum li .img:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
    .techsum li section {
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      text-align: center;
      padding: 15px;
      height: 220px;
      line-height: 30px; }
      .techsum li section h2 {
        font-size: 24px;
        color: #3d527f;
        padding-bottom: 20px; }
    .techsum li.spec {
      margin-top: -65px; }

.about_info {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 80px;
  border-bottom: 1px solid #e5e5e5; }
  .about_info .sys {
    float: right;
    width: 140px;
    text-align: center;
    color: #999;
    font-size: 12px; }
    .about_info .sys img {
      display: block;
      border: 3px solid #000;
      width: 134px;
      margin-bottom: 5px; }

.about_tab {
  padding: 0 100px;
  overflow: hidden; }
  .about_tab h2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400; }
  .about_tab table {
    width: 100%; }
    .about_tab table th {
      vertical-align: top;
      line-height: 50px;
      font-weight: 400;
      font-size: 14px;
      padding-right: 10px;
      width: 80px; }
      .about_tab table th b {
        color: #e41c1c;
        margin-right: 5px; }
    .about_tab table td {
      padding-bottom: 20px; }
      .about_tab table td .p1 {
        padding: 0 15px;
        border: 1px solid #e5e5e5;
        height: 48px;
        border-radius: 5px;
        overflow: hidden; }
        .about_tab table td .p1 .text {
          width: 100%;
          height: 48px; }
      .about_tab table td .p2 {
        padding: 15px 15px;
        border: 1px solid #e5e5e5;
        height: 220px;
        border-radius: 5px;
        overflow: hidden; }
        .about_tab table td .p2 textarea {
          width: 100%;
          height: 220px;
          border: none; }
      .about_tab table td .p3 {
        width: 220px;
        float: left; }
      .about_tab table td .yzm {
        float: left;
        margin-left: 10px; }
        .about_tab table td .yzm img {
          display: block;
          height: 50px; }
  .about_tab .fcbtn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 18px; }

.worklist {
  width: 110%;
  overflow: hidden; }
  .worklist li {
    float: left;
    margin: 0 30px 30px 0;
    overflow: hidden;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 30px;
    width: 318px; }
    .worklist li .a1 {
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      line-height: 40px; }
    .worklist li p {
      line-height: 25px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      max-height: 100px;
      line-height: 25px;
      height: 100px;
      color: #999;
      margin: 20px 0; }
    .worklist li .a2 {
      font-size: 30px;
      line-height: 30px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      color: #3d527f; }
      .worklist li .a2:hover {
        color: #f8b941; }
    .worklist li:hover {
      border-color: #3d527f; }

.noticelist {
  width: 100%;
  overflow: hidden; }
  .noticelist li {
    float: left;
    padding: 40px 30px 40px 180px;
    width: 372px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 30px;
    position: relative;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
    .noticelist li:nth-child(even) {
      float: right; }
    .noticelist li .time {
      position: absolute;
      left: 40px;
      top: 40px;
      right: auto;
      bottom: auto;
      font-size: 30px;
      padding-bottom: 35px; }
      .noticelist li .time:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 2px solid #e5e5e5;
        width: 40px; }
    .noticelist li .a1 {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 20px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
    .noticelist li .p1 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 60px;
      line-height: 30px;
      height: 60px;
      color: #999;
      margin-top: 20px; }
    .noticelist li:hover {
      background: #3d527f;
      color: #fff; }
      .noticelist li:hover .a1, .noticelist li:hover .p1 {
        color: #fff; }

.centernav {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative; }
  .centernav .swiper-slide {
    width: auto; }
  .centernav .iconfont {
    position: absolute;
    top: 0;
    line-height: 80px;
    height: 80px;
    cursor: pointer !important;
    font-size: 30px;
    color: #999;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    background: none;
    margin: 0; }
    .centernav .iconfont:hover {
      color: #3d527f; }
  .centernav .swiper-button-prev {
    left: 0; }
  .centernav .swiper-button-next {
    right: 0; }

.clearfloat {
  zoom: 1; }
  .clearfloat:after {
    clear: both;
    display: block;
    content: "";
    overflow: hidden;
    height: 0; }

.waterfull {
  margin: 0 auto; }
  .waterfull ul li {
    float: left;
    width: 327px;
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 5px;
    position: relative; }
    .waterfull ul li .a1 {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 5px 5px 0 0; }
      .waterfull ul li .a1 img {
        display: block;
        width: 100%;
        transition: all 2s linear 0s;
        -webkit-transition: all 2s linear 0s; }
    .waterfull ul li .a2 {
      display: block;
      line-height: 50px;
      height: 50px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s;
      box-shadow: 0 0 13px #ccc;
      padding: 0 20px;
      border-radius: 0 0 5px 5px; }
    .waterfull ul li:hover .a1 img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .waterfull ul li:hover .a2 {
      color: #3d527f;
      box-shadow: 0 0 22px #888; }

#imloading {
  text-align: center;
  line-height: 50px;
  color: #999; }
  #imloading span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 60px;
    background: url("../images/initial/loading.gif") no-repeat left center; }

.history {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  position: relative;
  padding-bottom: 210px; }
  @media (min-width: 1400px) {
    .history {
      width: 1400px; } }
  .history .bg {
    position: absolute;
    width: 1400px;
    bottom: 0;
    left: 50%;
    margin-left: -700px;
    max-width: none; }
  .history h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #3d527f;
    padding-bottom: 50px; }
  .history ul {
    width: 50%;
    border-right: 2px solid #ddd;
    z-index: 10;
    position: relative; }
    .history ul li {
      position: relative;
      padding: 0 70px 20px 0;
      line-height: 25px;
      color: #666;
      font-size: 16px;
      text-align: right; }
      .history ul li .dian {
        position: absolute;
        right: -11px;
        top: -5px;
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%; }
        .history ul li .dian:after {
          display: block;
          width: 10px;
          height: 10px;
          position: relative;
          background: #3d527f;
          border-radius: 50%;
          margin: 0 auto;
          top: 5px;
          content: ''; }
      .history ul li h3 {
        display: block;
        font-size: 20px;
        color: #3d527f;
        padding-bottom: 10px;
        position: relative;
        top: -6px; }
      .history ul li:nth-child(even) {
        left: 100%;
        padding: 0 0 20px 70px;
        text-align: left; }
        .history ul li:nth-child(even) .dian {
          right: auto;
          left: -9px; }

.videobox {
  width: 800px;
  margin: 0 auto;
  height: 450px; }
  .videobox section {
    position: relative;
    top: 0;
    right: 0; }
    .videobox section video {
      width: 800px;
      height: 450px; }
    .videobox section .close {
      z-index: 5;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      display: none; }
    .videobox section.sel {
      position: fixed;
      z-index: 20;
      top: 100px;
      right: 70px; }
      .videobox section.sel video {
        width: 400px;
        height: 225px; }
      .videobox section.sel .close {
        display: block; }

/*# sourceMappingURL=style.css.map */
